This page last changed on Oct 13, 2004 by mroberts.

'Multi' Source Control Configuration Example

You can use the 'Multi' Source Control plugin to check for modifications from any number of source control repositories. You may want to do this if (for example) you want to build if the source for your project changes, or if the binaries your project depends on change (which may be stored on a file server). Here's an example:
<sourcecontrol type="multi">
  <sourceControls>
	<filesystem>
	  <!-- Check for changes in the latest 1.2 version of the server… -->
	  <repositoryRoot>\\DistributionFileServer\Server\1.2.latest</repositoryRoot>
	</filesystem>
	<cvs>
	  <!-- ...or in the source of the client project -->
	  <executable>c:\tools\cvs-exe\cvswithplinkrsh.bat</executable>
	  <workingDirectory>c:\localcvs\myproject\client</workingDirectory>
	</cvs>
  </sourceControls>
</sourcecontrol>
Document generated by Confluence on Jun 26, 2005 17:22